home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16466 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  899 b 

  1. Path: bud.cc.swin.edu.au!079519
  2. From: John Joseph Newbigin <079519@bud.cc.swin.edu.au>
  3. Newsgroups: comp.lang.c++
  4. Subject: CIN/COUT and PRINTF
  5. Date: Thu, 11 Apr 1996 09:45:14 +1000
  6. Organization: Swinburne University of Technology    
  7. Message-ID: <Pine.OSF.3.91.960411094041.20958G-100000@bud.cc.swin.edu.au>
  8. NNTP-Posting-Host: bude.cc.swin.edu.au
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11.  
  12. I recently, out of nothing better to do was reading the Borland C 
  13. library source code version 5.00 (From Borland C++ 3.1).  I was very 
  14. supprised to see that within the stream code for cin and cout, there was 
  15. a refrence to a printf.  Is it usual to write a new IO system that is 
  16. dependand on the previous system?
  17.  
  18. And by the way, half of the source code is in low-level assembly but that 
  19. is already written for you, all you have to do is call them from your 
  20. high-level program.
  21.  
  22. Newbs.
  23.  
  24.  
  25.  
  26.